independent variable

Terms from Artificial Intelligence: humans at the heart of algorithms

In linear regression and other foms of modelling an independent variable is a value that you can control or is an input to the model. In contrast to a dependent variable, which is one of the model's outputs. That is the model is effectively of the form:
      dependent variables   =   model( parameters, independent variables )
where one then tries to fit the parameters.

Used on page 131